<xs:simpleType name="SuffixType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:annotation> <xs:documentation>The name suffix (i.e. Phd, M.D., etc.).</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:maxLength value="50" /> <xs:minLength value="0" /> </xs:restriction> </xs:simpleType>
© 2022 All Rights Reserved.